17.07.25 – von
Benjamin Abt
Azure DevOps Path Exclude Trigger: Comparing ‘docs’, ‘docs/’, ‘docs/**’ and ‘docs/**/*’
When configuring path-based triggers or excludes in Azure DevOps pipelines, the pattern you use can have a significant impact on which files or folders will trigger a buildThere are subtle but important differences between the patterns docs, docs/, docs/** and docs/**/*.
Weiterlesen14.07.25 – von
Benjamin Abt
Scheduled Builds for Cloudflare Deployments with GitHub Actions
Static site generators like Hugo do not have a built-in mechanism to automatically publish content — such as blog posts — at a specific timeIf you want a post to go live at a certain hour, you need to rebuild and redeploy your site at that moment. This means you have to trigger the build process yourself, which can be inconvenient or easy to forget.
Weiterlesen11.07.25 – von
Marius Schröder
Embracing .NET 9 & Scalar: A New Era for API Documentation
With .NET 9, ASP.NET Core has charted a bold new course: built-in OpenAPI generation is now native — no more Swashbuckle/Swagger by defaultBut while the auto-generated JSON spec is great, what about a developer-friendly documentation UI?
Weiterlesen